All Packages Class Hierarchy This Package Previous Next Index
NSSplitView
class.
The methods in this interface are delegate methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- splitViewDidResizeSubviews:
Objective-C instance method
implemented by delegates of the SplitView
class
(known as the NSSplitView
Objective-C class).
- splitView:resizeSubviewsWithOldSize:
Objective-C instance method
implemented by delegates of the SplitView
class
(known as the NSSplitView
Objective-C class).
- splitViewWillResizeSubviews:
Objective-C instance method
implemented by delegates of the SplitView
class
(known as the NSSplitView
Objective-C class).
public abstract void splitViewResizeSubviews(SplitView sender, Size oldSize)
- splitView:resizeSubviewsWithOldSize:
Objective-C instance method
implemented by delegates of the SplitView
class
(known as the NSSplitView
Objective-C class).
public abstract void splitViewWillResizeSubviews(Notification notification)
- splitViewWillResizeSubviews:
Objective-C instance method
implemented by delegates of the SplitView
class
(known as the NSSplitView
Objective-C class).
public abstract void splitViewDidResizeSubviews(Notification notification)
- splitViewDidResizeSubviews:
Objective-C instance method
implemented by delegates of the SplitView
class
(known as the NSSplitView
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index